home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / tetris.swf / scripts / frame_54 / DoAction.as
Text File  |  2001-11-21  |  126b  |  10 lines

  1. n = "0";
  2. while(n < "10")
  3. {
  4.    n += "1";
  5.    tellTarget("b" add (n + "20") add "30")
  6.    {
  7.       gotoAndStop(1);
  8.    }
  9. }
  10.